adding dependencies to the commonMain #51
Ahmed-Bishr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
}
Type mismatch.
Required:
Action
Found:
String
while putting the dependency I always encounter this error how to solve it?
the docs are about adding the dependencies this way while the docs are
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package org.gradle.kotlin.dsl
public val org.gradle.api.Project.ksp: com.google.devtools.ksp.gradle.KspExtension /* compiled code */
public final get
public fun org.gradle.api.Project.ksp(configure: org.gradle.api.Action<com.google.devtools.ksp.gradle.KspExtension>): kotlin.Unit { /* compiled code */ }
so it is the solution to this?
Beta Was this translation helpful? Give feedback.
All reactions